49 files found in Library "programming for DOS"

Return to this Disc's Index
Name Extracted Size Date Description
APG21.ZIP Yes 797639 2/14/1995
Automatic Program Generator 2.1 allows for
easy creation of programs that create,
maintain and print data files. Several files
are included as examples. (S & M Software)
(Reg.Fee: $40)
ASM32.ZIP Yes 227120 2/1/1995
ASM32 2.0 is a library of assembly-language
subroutines designed for use with the START32
DOS extender/startup code. (Douglas Herr)
(Reg.Fee: $25)
BAT2C21.ZIP Yes 12429 2/15/1995
Batch to C, C++ 2.1 converts a batch file
into C source code. This version only allows
file of 150 bytes or less. (Kevin Lewis)
(Reg.Fee: $3)
BLOWPAS.ZIP Yes 33132 2/16/1995
Blowfish 1.1b is a Turbo Pascal
implementation of the Blowfish encryption
algorithm. (Reg.Fee: $0)
BLTQ120.ZIP Yes 198512 1/4/1995
Bullet for QuickBASIC, BASIC7, and VB/DOS
1.20 is a B-tree/dBASE DBF database toolkit
for QuickBASIC, BASIC7, and VB/DOS. (Cornel
Huth) (Reg.Fee: $81)
BPOSF3.ZIP Yes 13851 1/25/1995
BPos allows the programmer to search a
string for selected substrings using Boolean
operators (&=AND, |=OR). It is an extension
to the Pascal POS function. Multiple levels
of parentheses are supported. Includes Pascal
source only. Requires TP6 or above. (Bruce J.
Lackore) (Reg.Fee: $0)
BSTRING.ZIP Yes 21946 2/2/1995
BString 1.10 makes the powerful string
functions in BASIC available to C and C++.
Optimizations for Pentium processors are
implemented. Both Microsoft and Borland
formats are included. (TechniLib Company)
(Reg.Fee: $10)
CALLBK.ZIP Yes 10774 2/8/1995
C++ Callback Functor Library 1.0 is library
of C++ routines to provide a general purpose
mechanism for inter-component callbacks. It
increases the flexibility of designing
systems in C++. Source code, sample code, and
test suite are included. (Rich Hickey)
(Reg.Fee: $0)
CSYS14.ZIP Yes 47269 1/7/1995
CompSys 1.4 is a toolbox for including
compressed file examining capability in
applications. It can be used to search for
filenames, check for security envelopes,
inspect self-extracting files, and Mac
compressed files. It supports ARJ, ZIP,
Squeeze, HYPER, DWC, ZOO, LHarc, LA, ICE, and
RAR format archives. (Gerhard Hoogterp)
(Reg.Fee: $various)
CVSMBF.ZIP Yes 1321 2/2/1995
CVSMBF.FOR 1.0 is a Fortran routine to
convert Microsoft binary format to IEEE real
numbers. Requires SPINDRIFT's library or
equivalent to TESTBIT to inquire the bits in
a byte. (The Mathematicus Corp.) (Reg.Fee: $0)
DOSLBS.ZIP Yes 44598 2/10/1995
Clarion DOS Functions Library 1.0 is a
library of Clarion functions that can be
called from within your own applications. It
includes functions to allow editing of style
files, pop-up a list of available printers,
display a calendar, and more. (Trevor G.
Leybourne) (Reg.Fee: $0)
DV_SF.ZIP Yes 59926 2/7/1995
DOSView (SF) 1.0 is a 5k TSR which will allow
screen output for some applications to be
displayed in a range of lines specified by
the user. The remainder of the screen remains
unchanged. Any program that uses BIOS
interrupts, customized routines, or direct
screen writes will not be affected by this
program. The program can be useful for
programmers who want to include
text-windowing capability in their
applications. Assembly source code is
included, as well as a set of functions and
subroutines that can be used to control
DosView from within a program written using a
BASIC compiler. (Steven H. Fisk) (Reg.Fee: $0)
EALIB.ZIP Yes 5332 2/9/1995
Extended Attributes Library 1.0 is a library
of C routines to simplify the manipulation of
extended attributes. It provides an interface
to the OS/2 extended attributes functions in
the DOS API. (Chris Hanson) (Reg.Fee: $0)
EI30.ZIP Yes 244193 2/1/1995
Easy Install 3.0 makes compressed
self-installing disks for program
distribution. There is no script language to
learn.ipt language to learn. (John Turnbull)
(ASP) (Reg.Fee: $40)
ENQPPP.ZIP Yes 1154048 1/14/1995
EnQue Programmers Power Pak includes
UltraWin (windowing library), InTUItion (user
interface library), and EnCom (comm library).
The bundle includes the small model versions
of the libraries for the Borland Turbo C/C++
compilers, Microsoft C 5.0-8.0, and several
demo and tutorial programs that show some of
the unique features of the libraries. (EnQue
Software) (Reg.Fee: $100)
FINISH29.ZIP Yes 126552 2/2/1995
The Finishing Touch 2.9 is a simple software
installation program that reduces the amount
of space required on disks by 50 to 75
percent. It tests a user's hardware to make
sure that it can handle your software.
(ImagiSOFT, Inc.) (Reg.Fee: $74)
GAPCDR1.ZIP Yes 138418 1/18/1995
GAPCDR 5/22/94 is a set of C and assembler
library routines to allow for easy BBS door
programming and interfacing. The program
interfaces with PCBoard, WildCat, and other
popular BBS programs that are capable of
writing a DOOR.SYS file. Other features
include full communications support,
including DigiBoard COM/Xi and FOSSIL
drivers, support for FIFO buffers of the
16550 UART chip, and speeds up to 115,200
baud. (GAP Development Company) (Reg.Fee:
$25-35)
GAPQBDR1.ZIP Yes 162790 1/18/1995
GAPQBDR 8/15/94 is a library of QuickBASIC
and assembly routines designed for door
programmers to interface with GAP, WildCat,
PCBoard or any BBS program that is capable of
writing a DOOR.SYS file. It supports
DigiBoard Intelligent Multi-Port boards,
FOSSIL device drivers, as well as standard
COM ports. (GAP Development Company)
HANDY.ZIP Yes 72268 2/1/1995
Handy.BAS is a collection of procedures for
use in QBASIC and QuickBasic programs. It is
useful for both beginning and advanced BASIC
programmers. (Raymond W. Marron) (Reg.Fee: $0)
INI_LIB.ZIP Yes 13697 1/25/1995
INI File Library 1.0 allows C programmers to
parse INI files for specific data. The user
enters the filename, bracketed name, and data
name and the program will return the
appropriate data to the right of the equal
sign as a character string. For numeric data,
the character string can be parsed using
SSCANF to read in the appropriate numeric
data. Small, medium, and large libraries, and
a sample program are included. (Sam
Saprunoff) (Reg.Fee: $0)
INST103.ZIP Yes 64158 1/31/1995
Installer! 1.03 is a programming script-based
installation procedure for software authors.
It allows you to use any text editor to
create scripts and will allow you to debug
and compile the resulting script for
inclusion in your program. There is also a
module for including colorful, user-friendly
interfaces in the start-up procedure.
(Matthew Mastracci) (Reg.Fee: $?)
INTHLP10.ZIP Yes 55032 1/15/1995
Interrupt Helper 1.0 is a search and display
program for use with Ralf Brown's Interrupt
List. It will build a map of the interrupt
data file and display an index of entries.
Users can then easily select and view any
topic in the list. (Gary Chanson) (Reg.Fee:
$0)
INTSPY.ZIP Yes 29372 2/7/1995
IntSpy 1.2 monitors system interrupts made by
another program. NEW: improved display of
log messages when all file handles are in use
by the monitored program. (Frits Wiarda)
(Reg.Fee: $50)
ISC366.ZIP Yes 150179 2/8/1995
Interrupt Service Class 3.66 allows you to
hook interrupts into C++ classes. Full source
code included. (Use the -d switch when
manually unarchiving to preserve the proper
directory structure.) (Ofer Laor) (Reg.Fee:
$30-45)
MAXPB11.ZIP Yes 128683 2/17/1995
MAXLIB For PB 1.1 is a programming library
for the PowerBASIC 3.0b compiler. It allows
high-level access to EMS memory under two
interfaces, a file emulator and an array
emulator. A file i/o library with ASM source
code is included. Requires 640K RAM. NEW:
18 new XMSArray routines added: InitXMSArray,
ClearXMS, EraseXMS, DimXMS, RedimXMS, InXMS,
OutXMS, ArrayInXMS, ArrayOutXMS, FileInXMS,
FileOutXMS, SetBufferXMS, LBoundXMS,
UBoundXMS, BytesFreeXMS, BlockFreeXMS,
VersionXMS, and HandlesXMS. (Brian
McLaughlin) (Reg.Fee: $40-75)
MICRMAPR.ZIP Yes 341509 2/7/1995
Micro-Mapper 4.5 is a versatile text screen
designer/generator. It supports ASCII, ANSI,
Binary (MEM), Wildcat 3 BBS, PCB BBS, IBM VM
DMS/CMS, .EXE and COM formats. It provides
tools for screen area manipulation,
what-iffing, and block/large character sets.
(Mark McDonald) (Reg.Fee: $20)
OPTC41.ZIP Yes 25298 2/8/1995
Hints For Effecient Programming is a text
file with 38 tips for optimizing C
programs.Assembly code for speed and
efficiency. (Omega Point, Inc.) (Reg.Fee: $0)
PARAMS.ZIP Yes 19871 2/8/1995
Params and CmdLine 1.0 is a set of Pascal
units for DOS command lines. They provide
consistent methods for interpreting the DOS
command line, permit single and double-letter
function codes, expand wild-card specs,
detect syntax errors, and more. A program is
also included which allows you to write
parameter strings into your program EXE file.
(James M. Clark) (Reg.Fee: $0)
PCX2CSRC.ZIP Yes 21714 1/14/1995
PCX to C++ Source Code Converter 1.0 converts
bitmaps and associated palettes from a
320x200x256 PCX file to C++ source code for
inclusion in your applications. It supports
linear and planar bitmaps. Converted source
code is in a format for use with XLIB, but
can be modified for other libraries. C++
source code for this program is included.
(Terry Sznober) (Reg.Fee: $0)
PILOAD.ZIP Yes 97338 2/2/1995
Pro-Install 1.02 allows application
programmers to create custom installation
programs with introduction and closing
screens. Other features include AUTOEXEC.BAT
updating, default drive and directory, and
the number of installation disks your
software requires. (Tamalpais Technologies)
(Reg.Fee: $61)
PLAMUS.ZIP Yes 18074 2/2/1995
Melody Maker for Q or GWBasic is a melody
saving program using Q or GW BASIC. It
features all the options of the play command,
seven octaves, and ASCII graphic entry of
notes that works with any monitor. (James
Hendrickson) (Reg.Fee: $9)
PMW112.ZIP Yes 56732 1/20/1995
PMODE For Watcom C/C++ 1.12 is a replacement
for DOS/4GW, the default extender for Watcom
C/C++. It is less than 8k, and has low memory
overhead and fast execution time. NEW:
support for DPMI functions 0800h and 0801h,
fixed a very obscure bug associated with
32bit near call/jmp fixups. (Ryan Cramer)
(Reg.Fee: $0)
QTUNNEL.ZIP Yes 1340 2/15/1995
QBASIC Tunnel 1.0 is the QuickBASIC source
code for a colorful animated screen display.
(Robert E. Medeksza) (Reg.Fee: $0)
RS232.ZIP Yes 30925 1/25/1995
RS232 1.6 provides the functionality needed
to employ serial I/O in any application
written with Borland C language compilers.
(Chris A. Karcher) (Reg.Fee: $20)
SHRVEND.ZIP Yes 28533 2/2/1995
Shareware Vendor 1.1 is a customizable
installation program for software vendors. Up
to 25 different programs can be installed
from one or a set of disks. You select a
program to install from a scrolling listbox.
It checks for a valid drive and disk space,
creates a directory if it does not exist, and
prompts for each disk if there are multiple
files and disks. (Relative Software
Innovations) (Reg.Fee: $20)
SML_100U.ZIP Yes 120698 2/2/1995
String Manipulation Library 1.0.0. is a
library which adds additional string
manipulation functionality to C programming.
It allows for direct manipulation of a C
convention string, which is nul terminated.
(Use the -d switch when manually unarchiving
this program to perserve the proper
subdirectory structure.) (Dustin Puryear)
(Reg.Fee: $33-73)
SPACK100.ZIP Yes 90929 2/17/1995
Suppack 1.0 is a compression assembler
library with interface to C, C++, and Pascal.
The packer and unpacker writes and reads
using the user's own routines. Full source
included. (Christian Worm) (Reg.Fee: $0)
SPRED3_1.ZIP Yes 213875 1/30/1995
Spredit 3.1 is a pixel-level sprite unit
graphics editor. You can animate sprites with
a variety of functions including fill-to,
blend, tint, and gradients. Requires VGA, 1
MB of extended memory and a mouse. NEW:
support for PCX files, new tile functions.
(Steve Riley) (Reg.Fee: $20)
STRUCT.ZIP Yes 13506 2/2/1995
Struct C/C++ 1.0 erases tab characters and
inserts blank spaces to the beginning of each
line according to nested braces like the {
and }. If you are C/C++ programmer and
suffering from different tab settings of
different programmers and editors in your
sources, this program makes your sources more
readable. (Ahmet Emre) (Reg.Fee: $0)
TCG103.ZIP Yes 206152 2/13/1995
TrueColour Graphics 1.03 is a graphics
library for C/C++ which supports 32k, 64k,
and 16.8M color video modes. It includes a
library of graphical and mouse interface
functions, support for loadable drivers and
fonts, virtual screens, definable mouse
pointers, and more. (Matthew Hildebrand)
(Reg.Fee: $30)
TGE141.ZIP Yes 220306 2/14/1995
The Graphics Engine 1.41 is a VGA/SVGA
graphics library for C/C++ programmers. It
contains functions for graphical and mouse
interface, device-independence, support for
loadable drivers and fonts, virtual screens,
PCX support, bitmap scaling, definable mouse
pointers, and more. Added a function which
will return the address of the first byte of
a given character's bitimage. NEW: Added
SVGA drivers which use VESA BIOS extensions
only.byte of a given character's bitimage.
(Matthew Hildebrand) (Reg.Fee: $30)
TSFX5.ZIP Yes 60594 2/8/1995
Text/Screen Effects is a demonstration of
text/screen routines for QuickBASIC 4.x and
MS BASIC 6.0 - 7.1 (QBX/PDS). (Edward A.
Stagl) (Reg.Fee: $0)
TV2VAL.ZIP Yes 38632 2/2/1995
TV 2 Validator Class Examples and Notes
shows how to use the new validator classes
for Turbo Vision 2.0 and some notes on usage.
It contains several examples of
TPXPictureValidator and also some derived
classes to handle several types of numeric
input. All C++ source code is included. (Eric
Woodruff) (Reg.Fee: $0)
TVWORK.ZIP Yes 320020 2/2/1995
Turbo Vision Workshop 2.0a designs dialogs,
menus and statuslines for TurboVision, and
gets the workshop to generate C++ or Pascal
code.. (Mark Timmings) (Reg.Fee: $40)
V12LIB.ZIP Yes 67388 2/2/1995
V12 Library are library routines for working
in screen mode 12. It is usable either with
VBDos or QuickBasic. (Reg.Fee: $0)
VBHLP_JP.ZIP Yes 45966 2/15/1995
HelpMake 1.0 extracts data from VB/DOS *.HLP
files. It can convert help file information
to formatted or unformatted text files. The
program also contains a tutorial on getting
QuickBASIC to recognize custom help files.
(John De Palma) (Reg.Fee: $0)
VMANSI.ZIP Yes 33833 2/6/1995
VmANSI 4.1 allows you to create and edit ANSI
color screens. (P. Mihok) (Reg.Fee: $18)
VMASC3.ZIP Yes 32195 2/6/1995
VmASC 1.0b allows you to create color screens
using the ASCII extended character set. This
can be useful for inclusion in software, for
title pages, etc. (P. Mihok) (Reg.Fee: $15)
VSET12A.ZIP Yes 72881 2/16/1995
Visible::Setup 1.2a is an installation
utility for DOS applications. It is easier to
configure an installation sequence with this
program than with batch files. It is
professional in execution and appearance. It
may be used with MS-DOS language
applications, including CA-Clipper, Turbo
Pascal, QuickBASIC, PowerBASIC, VBDOS,
Clarion, and C. Requires 512K memory and a
hard drive. (RCCO Research) (Reg.Fee: $33)